/* @media only screen and (max-width: 1180px) {
  .services__section {
    position: absolute;
    top: 165%;
    background-color: var(--secondary--background);
    box-sizing: border-box;
    padding: var(--padding-md);
    color: var(--white-color);
  }
}
@media only screen and (max-width: 998px) {
}
@media only screen and (max-width: 768px) {
  .services__section {
    position: absolute;
    top: 210%;
    background-color: var(--secondary--background);
    box-sizing: border-box;
    padding: var(--padding-md);
    color: var(--white-color);
  }
}
@media only screen and (max-width: 480px) {
  .services__section {
    position: absolute;
    top: 340%;
    background-color: var(--secondary--background);
    box-sizing: border-box;
    padding: var(--padding-sm);
    color: var(--white-color);
  }
  .services__section:after {
    position: absolute;
    width: 100%;
    height: 107%;
    content: "";
    background: inherit;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform-origin: top left;
    transform: skewY(3deg);
  }
  .services__section__col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 5 0 66.666667%;
    max-width: 100%;
  }
  .services__section__container {
    width: 100%;
    padding-right: 3px;
    padding-left: 3px;
    margin-right: auto;
    margin-left: auto;
  }
  .services__section__col {
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
  }
  .services__section__row {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
  }
  .services__section__card-title {
    font-weight: 600;
    font-size: var(--font-sm);
    line-height: var(--line-height-sm);
  }
  .services__section__col-2 {
    flex: none;
    max-width: 100%;
  }
}

@media only screen and (max-width: 411px) {
  .services__section {
    position: absolute;
    top: 362%;
    background-color: var(--secondary--background);
    box-sizing: border-box;
    padding: var(--padding-sm);
    color: var(--white-color);
  }
  .services__section:after {
    position: absolute;
    width: 100%;
    height: 107%;
    content: "";
    background: inherit;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform-origin: top left;
    transform: skewY(3deg);
  }
  .services__section__col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 5 0 66.666667%;
    max-width: 100%;
  }
  .services__section__container {
    width: 100%;
    padding-right: 3px;
    padding-left: 3px;
    margin-right: auto;
    margin-left: auto;
  }
  .services__section__col {
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
  }
  .services__section__row {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
  }
  .services__section__card-title {
    font-weight: 600;
    font-size: var(--font-sm);
    line-height: var(--line-height-sm);
  }
  .services__section__col-2 {
    flex: none;
    max-width: 100%;
  }
}
@media only screen and (max-width: 375px) {
  .services__section {
    position: absolute;
    top: 370%;
    background-color: var(--secondary--background);
    box-sizing: border-box;
    padding: var(--padding-sm);
    color: var(--white-color);
  }
  .services__section:after {
    position: absolute;
    width: 100%;
    height: 107%;
    content: "";
    background: inherit;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform-origin: top left;
    transform: skewY(3deg);
  }
  .services__section__col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 5 0 66.666667%;
    max-width: 100%;
  }
  .services__section__container {
    width: 100%;
    padding-right: 3px;
    padding-left: 3px;
    margin-right: auto;
    margin-left: auto;
  }
  .services__section__col {
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
  }
  .services__section__row {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
  }
  .services__section__card-title {
    font-weight: 600;
    font-size: var(--font-sm);
    line-height: var(--line-height-sm);
  }
  .services__section__col-2 {
    flex: none;
    max-width: 100%;
  }
}
@media only screen and (max-width: 360px) {
  .services__section {
    position: absolute;
    top: 385%;
    background-color: var(--secondary--background);
    box-sizing: border-box;
    padding: var(--padding-sm);
    color: var(--white-color);
  }
  .services__section__col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 5 0 66.666667%;
    max-width: 100%;
  }
  .services__section__container {
    width: 100%;
    padding-right: 3px;
    padding-left: 3px;
    margin-right: auto;
    margin-left: auto;
  }
  .services__section__col {
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
  }
  .services__section__row {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
  }
  .services__section__card-title {
    font-weight: 600;
    font-size: var(--font-sm);
    line-height: var(--line-height-sm);
  }
  .services__section__col-2 {
    flex: none;
    max-width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  .services__section {
    position: absolute;
    top: 420%;
    background-color: var(--secondary--background);
    box-sizing: border-box;
    padding: var(--padding-sm);
    color: var(--white-color);
  }
  .services__section:after {
    position: absolute;
    width: 100%;
    height: 107%;
    content: "";
    background: inherit;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform-origin: top left;
    transform: skewY(3deg);
  }
  .services__section__col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 5 0 66.666667%;
    max-width: 100%;
  }
  .services__section__container {
    width: 100%;
    padding-right: 3px;
    padding-left: 3px;
    margin-right: auto;
    margin-left: auto;
  }
} */

/*********************************MEDIA QUERIES*********************************************************/

/* @media only screen and (max-width: 320px) {
  .services__section {
    position: relative;
    z-index: 1;
  }
  .services__section:before,
  .services__section:after {
    background: inherit;
    content: "";
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
  }
  .services__section:before {
    top: 0;
    transform: skewY(-1.5deg);
    transform-origin: 0 0;
  }
  .services__section:after {
    bottom: 0;
    transform: skewY(1.5deg);
    transform-origin: 0 0;
  }
  .services__section__col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 5 0 66.666667%;
    max-width: 100%;
  }
  .services__section__container {
    width: 100%;
    padding-right: 3px;
    padding-left: 3px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (min-width: 321px) and (max-width: 360px) {
  .services__section {
    position: relative;
    z-index: 1;
  }
  .services__section:before,
  .services__section:after {
    background: inherit;
    content: "";
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
  }
  .services__section:before {
    top: 0;
    transform: skewY(-1.5deg);
    transform-origin: 0 0;
  }
  .services__section:after {
    bottom: 0;
    transform: skewY(1.5deg);
    transform-origin: 0 0;
  }
  .services__section__col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 5 0 66.666667%;
    max-width: 100%;
  }
  .services__section__container {
    width: 100%;
    padding-right: 3px;
    padding-left: 3px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (min-width: 361px) and (max-width: 374px) {
  .services__section {
    position: relative;
    z-index: 1;
  }
  .services__section:before,
  .services__section:after {
    background: inherit;
    content: "";
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
  }
  .services__section:before {
    top: 0;
    transform: skewY(-1.5deg);
    transform-origin: 0 0;
  }
  .services__section:after {
    bottom: 0;
    transform: skewY(1.5deg);
    transform-origin: 0 0;
  }
  .services__section__col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 5 0 66.666667%;
    max-width: 100%;
  }
  .services__section__container {
    width: 100%;
    padding-right: 3px;
    padding-left: 3px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (min-width: 375px) and (max-width: 410px) {
  .services__section {
    position: relative;
    z-index: 1;
  }
  .services__section:before,
  .services__section:after {
    background: inherit;
    content: "";
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
  }
  .services__section:before {
    top: 0;
    transform: skewY(-1.5deg);
    transform-origin: 0 0;
  }
  .services__section:after {
    bottom: 0;
    transform: skewY(1.5deg);
    transform-origin: 0 0;
  }
  .services__section__col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 5 0 66.666667%;
    max-width: 100%;
  }
  .services__section__container {
    width: 100%;
    padding-right: 3px;
    padding-left: 3px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (min-width: 411px) and (max-width: 480px) {
  .services__section {
    position: relative;
    z-index: 1;
  }
  .services__section:before,
  .services__section:after {
    background: inherit;
    content: "";
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
  }
  .services__section:before {
    top: 0;
    transform: skewY(-1.5deg);
    transform-origin: 0 0;
  }
  .services__section:after {
    bottom: 0;
    transform: skewY(1.5deg);
    transform-origin: 0 0;
  }
  .services__section__col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 5 0 66.666667%;
    max-width: 100%;
  }
  .services__section__container {
    width: 100%;
    padding-right: 3px;
    padding-left: 3px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .services__section {
    position: relative;
    z-index: 1;
  }
  .services__section:before,
  .services__section:after {
    background: inherit;
    content: "";
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
  }
  .services__section:before {
    top: 0;
    transform: skewY(-1.5deg);
    transform-origin: 0 0;
  }
  .services__section:after {
    bottom: 0;
    transform: skewY(1.5deg);
    transform-origin: 0 0;
  }
  .services__section__col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 5 0 66.666667%;
    max-width: 100%;
  }
  .services__section__container {
    width: 100%;
    padding-right: 3px;
    padding-left: 3px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .services__section {
    position: relative;
    z-index: 1;
  }
  .services__section:before,
  .services__section:after {
    background: inherit;
    content: "";
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
  }
  .services__section:before {
    top: 0;
    transform: skewY(-1.5deg);
    transform-origin: 0 0;
  }
  .services__section:after {
    bottom: 0;
    transform: skewY(1.5deg);
    transform-origin: 0 0;
  }
  .services__section__col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 5 0 66.666667%;
    max-width: 100%;
  }
  .services__section__container {
    width: 100%;
    padding-right: 3px;
    padding-left: 3px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (min-width: 1201px) and (max-width: 1366px) {
  .services__section {
    position: relative;
    z-index: 1;
  }
  .services__section:before,
  .services__section:after {
    background: inherit;
    content: "";
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
  }
  .services__section:before {
    top: 0;
    transform: skewY(-1.5deg);
    transform-origin: 0 0;
  }
  .services__section:after {
    bottom: 0;
    transform: skewY(1.5deg);
    transform-origin: 0 0;
  }
  .services__section__col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 5 0 66.666667%;
    max-width: 100%;
  }
  .services__section__container {
    width: 100%;
    padding-right: 3px;
    padding-left: 3px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (min-width: 1367px) {
  .services__section {
    position: relative;
    z-index: 1;
  }
  .services__section:before,
  .services__section:after {
    background: inherit;
    content: "";
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
  }
  .services__section:before {
    top: 0;
    transform: skewY(-1.5deg);
    transform-origin: 0 0;
  }
  .services__section:after {
    bottom: 0;
    transform: skewY(1.5deg);
    transform-origin: 0 0;
  }
  .services__section__col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 5 0 66.666667%;
    max-width: 100%;
  }
  .services__section__container {
    width: 100%;
    padding-right: 3px;
    padding-left: 3px;
    margin-right: auto;
    margin-left: auto;
  }
} */
@media only screen and (min-width: 600px) and (max-width: 900px) {
  .services__section__heading {
    padding-bottom: 5%;
  }
  .service_section_card {
    /* height: 30rem; */
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 0.5rem;
  }
}
@media only screen and (min-width: 600px) and (max-width: 950px) {
  .service_section_card {
    height: 100%;
    display: flex;

    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 0.5rem;
  }
}
@media only screen and (min-width: 951px) and (max-width: 1300px) {
  .service_section_card {
    height: 100%;
    display: flex;

    flex-direction: column;
    align-items: center;
    justify-content: space-between;

    padding: 2rem 0.5rem;
  }
}
@media only screen and (min-width: 1301px) {
  .service_section_card {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 1rem;
  }
}
@media only screen and (max-width: 1180px) {
  .services__section {
    position: relative;
    z-index: 0;
    padding: 4rem 0rem 10rem;
  }
  .services__section:before,
  .services__section:after {
    background: inherit;
    content: "";
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
  }
  .services__section:before {
    top: 0;
    transform: skewY(-1.5deg);
    transform-origin: 0 0;
  }
  .services__section:after {
    bottom: 0;
    transform: skewY(1.5deg);
    transform-origin: 0 0;
  }
  .services__section__col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 5 0 66.666667%;
    max-width: 100%;
  }
  .services__section__container {
    width: 100%;
    padding-right: 3px;
    padding-left: 3px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 998px) {
  .services__section {
    position: relative;
    z-index: 0;
    padding: 4rem 0rem 10rem;
  }
  .services__section:before,
  .services__section:after {
    background: inherit;
    content: "";
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
  }
  .services__section:before {
    top: 0;
    transform: skewY(-1.5deg);
    transform-origin: 0 0;
  }
  .services__section:after {
    bottom: 0;
    transform: skewY(1.5deg);
    transform-origin: 0 0;
  }
  .services__section__col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 5 0 66.666667%;
    max-width: 100%;
  }
  .services__section__container {
    width: 100%;
    padding-right: 3px;
    padding-left: 3px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 768px) {
  .services__section {
    position: relative;
    z-index: 0;
    padding: 4rem 0rem 5rem;
  }
  .services__section:before,
  .services__section:after {
    background: inherit;
    content: "";
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
  }
  .services__section:before {
    top: 0;
    transform: skewY(-1.5deg);
    transform-origin: 0 0;
  }
  .services__section:after {
    bottom: 0;
    transform: skewY(1.5deg);
    transform-origin: 0 0;
  }
  .services__section__col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 5 0 66.666667%;
    max-width: 100%;
  }
  .services__section__container {
    width: 100%;
    padding-right: 3px;
    padding-left: 3px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 599px) {
  .services__section__col-2 {
    flex: none;
    max-width: 100%;
    padding: 4rem 0rem 10rem;
  }
  .services__section__row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .services__section {
    position: relative;
    z-index: 0;
  }
  .services__section:before,
  .services__section:after {
    background: inherit;
    content: "";
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
  }
  .services__section:before {
    top: 0;
    transform: skewY(-1.5deg);
    transform-origin: 0 0;
  }
  .services__section:after {
    bottom: 0;
    transform: skewY(1.5deg);
    transform-origin: 0 0;
  }
  .services__section__col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 5 0 66.666667%;
    max-width: 100%;
  }
  .services__section__container {
    width: 100%;
    padding-right: 3px;
    padding-left: 3px;
    margin-right: auto;
    margin-left: auto;
  }

  .none__mobile {
    display: none;
  }
  /* .service_section_card {
    padding: 0rem 0.5rem;
  } */

  .service_section_card {
    height: 24rem;

    padding: 2rem 0.5rem;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 480px) {
  .services__section {
    /* padding: var(--padding-xxxl) 0.5rem; */
    padding: 4rem 0rem 10rem;
  }
  .services__section__col-2 {
    flex: none;
    max-width: 100%;
  }
  .services__section__col {
    padding-right: 0px;
    padding-left: 0px;
  }
  .services__section__row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .services__section {
    position: relative;
    z-index: 0;
  }
  .services__section:before,
  .services__section:after {
    background: inherit;
    content: "";
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
  }
  .services__section:before {
    top: 0;
    transform: skewY(-1.5deg);
    transform-origin: 0 0;
  }
  .services__section:after {
    bottom: 0;
    transform: skewY(1.5deg);
    transform-origin: 0 0;
  }
  .services__section__col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 5 0 66.666667%;
    max-width: 100%;
  }
  .services__section__container {
    width: 100%;
    padding-right: 3px;
    padding-left: 3px;
    margin-right: auto;
    margin-left: auto;
  }

  .none__mobile {
    display: none;
  }
}
@media only screen and (max-width: 320px) {
  .services__section {
    padding: 4rem 0rem 10rem;
  }
  .services__section__col-2 {
    flex: none;
    max-width: 100%;
  }
  .services__section__row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .services__section {
    position: relative;
    z-index: 0;
  }
  .services__section:before,
  .services__section:after {
    background: inherit;
    content: "";
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
  }
  .services__section:before {
    top: 0;
    transform: skewY(-1.5deg);
    transform-origin: 0 0;
  }
  .services__section:after {
    bottom: 0;
    transform: skewY(1.5deg);
    transform-origin: 0 0;
  }
  .services__section__col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 5 0 66.666667%;
    max-width: 100%;
  }
  .services__section__container {
    width: 100%;
    padding-right: 3px;
    padding-left: 3px;
    margin-right: auto;
    margin-left: auto;
  }

  .none__mobile {
    display: none;
  }
} 
@media only screen and (max-width: 650px) {
  .services__section .owl-carousel .active {
    opacity: 1 !important;
    transition: all 0.25s ease;
  }
  .service_section_card_image img {
    display: initial !important;
    width: auto !important;
  }
  .services__section .owl-carousel .owl-nav {
    display: none !important;
  }
  /* .services__section .owl-carousel .active span {
    background-color: red !important;
    display: block;
  } */
  .services__section .owl-theme .owl-dots .owl-dot span {
    background: transparent;
    border: 2px solid #66fcf1;
  }
  .services__section .owl-theme .owl-dots .active span {
    background: #66fcf1 !important;
  }
}
